home *** CD-ROM | disk | FTP | other *** search
- on flyThruNew
- global gFlyThru
- puppetSprite(32, 0)
- if the frame = label("Moov1") then
- puppetSprite(28, 0)
- set the movieTime of sprite 2 to 0
- set the movieRate of sprite 2 to 0
- set lCastNum to the castNum of sprite 2
- set the castNum of sprite 2 to the number of cast "BlankM.MOV"
- updateStage()
- puppetSprite(2, 0)
- closePanel()
- set gDestNumber to string(the clickOn - 6)
- puppetSprite(15, 0)
- TurnOffRollovers()
- TurnOffMovies()
- else
- if the frame = label("Moov2") then
- puppetSprite(28, 0)
- set the movieTime of sprite 2 to 0
- set the movieRate of sprite 2 to 0
- set lCastNum to the castNum of sprite 2
- set the castNum of sprite 2 to the number of cast "BlankS.MOV"
- updateStage()
- puppetSprite(2, 0)
- closePanel()
- set gDestNumber to string(the clickOn - 6)
- puppetSprite(15, 0)
- TurnOffRollovers()
- TurnOffMovies()
- end if
- end if
- set lFrame to "FlyThru" & string(gFlyThru)
- set gFlyThru to gFlyThru + 1
- if gFlyThru > 4 then
- set gFlyThru to 1
- end if
- go(lFrame)
- end
-